CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java opengl

搜索资源列表

  1. lesson02

    0下载:
  2. 在第一个教程的基础上,我们添加了一个三角形和一个四边形。也许你认为这很简单,但你已经迈出了一大步,要知道任何在OpenGL中绘制的模型都会被分解为这两种简单的图形。-Port of the NeHe OpenGL Tutorial (Lesson 2) to Java using the Jogl interface to OpenGL.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:3583
    • 提供者:sh
  1. lesson03

    0下载:
  2. 添加颜色: 作为第二课的扩展,我将叫你如何使用颜色。你将理解两种着色模式,在左图中,三角形用的是光滑着色,四边形用的是平面着色。 -Port of the NeHe OpenGL Tutorial (Lesson 3: Colors) to Java using the Jogl interface to OpenGL.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:3718
    • 提供者:sh
  1. tornado1_2b1Info2010

    0下载:
  2. Image Restoration and Inpainting: MinGW/OpenGL/Visual c++/Java image processing enhancing/restoring/detecting/recovering image parts(Old painting cracks...) FastRestorarion, 2D (Un)Splitted Linear Solver,
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2691792
    • 提供者:ll
  1. OphoneBox2d

    0下载:
  2. jbox2dBox2D是一个用于游戏的2D刚体仿真库,它可以使物体的运动更加真实,让游戏场景看起来更具交互性。2D物理引擎能增强游戏世界中物体如多边形(砖块,三角形,多边形)的动作的真实感从而提高游戏质量。该引擎通过用户设定的参数如重力,密度,摩擦,弹性等参数计算碰撞,角度,力和动力等。这些计算需要大量的数学,物理等知识,如果有兴趣也可以下载其源码来研究。   Box2d同时也提供了各种语言环境的实现,由于Ophone平台使用java作为变成语言,所以我们将选择使用Box2d的java版JB
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2212293
    • 提供者:李佳
  1. CPP-GUI-Programming-with-Qt-4

    0下载:
  2. 完全更新,新的显著覆盖数据库,XML,和Qtopia嵌入式编程 涵盖包括Windows Vista支持所有Qt4.2/4.3的变化,原生支持CSS部件造型,SVG文件生成 包含独立的二维和三维的章节,覆盖的Qt4.3的新的图形视图类,并介绍的QPainter的OpenGL后端 包括外观和感觉的定制和应用程序脚本的新的篇章 说明Qt 4的模型/视图结构,插件的支持,布局管理,事件处理,容器类,以及更 在没有其他覆盖的先进技术,本书从创建插件与本地A
  3. 所属分类:Other systems

    • 发布日期:2017-06-01
    • 文件大小:14185459
    • 提供者:威震开
  1. 3DTetris_Java

    0下载:
  2. 用java开发的3D俄罗斯方块。用到些 openGL的东西。还有个版本是基于C++开发的。请在站内搜索-3D Tetris
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-18
    • 文件大小:4962588
    • 提供者:zhang
  1. 3DTetris

    0下载:
  2. 用C++开发的3D俄罗斯方块。用到些 openGL的东西。还有个版本是基于java开发的。请在站内搜索-3D Tetris
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-29
    • 文件大小:12080009
    • 提供者:zhang
  1. Angle-v0.4

    0下载:
  2. Angle是一款专为Android平台设计的,适合快速开发的2D游戏引擎,基于OpenGL ES技术开发。该引擎全部用Java代码编写,并且可以根据自己的需要替换里面的实现。-This project is aimed to be a way to develop 2D games using OpenGL ES on Android providing as much speed as possible. The engine is entirely coded in java so you
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:108327
    • 提供者:孙建
  1. Angle

    0下载:
  2. Angle是一款专为Android平台设计的,适合快速开发的2D游戏引擎,基于OpenGL ES技术开发。该引擎全部用Java代码编写,并且可以根据自己的需要替换里面的实现。-Angle is a specifically designed for the Android platform, suitable for rapid development of 2D game engine based on OpenGL ES technology development. The engine
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:889156
    • 提供者:JV
  1. nehe

    0下载:
  2. Nehe的OpenGL教程配套源代码,学习OpenGL不可缺少的东东。压缩包里包括常用的Java源代码。-Nehe OpenGL tutorials supporting source code, learning OpenGL indispensable stuff. Compressed bundle including the Java source code.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:458719
    • 提供者:赵瑾
  1. FingerGesturesP2.3b

    0下载:
  2. opengl es 加载obj文件源代码 java语言 3D模型导入-opengl es loading obj file source code java language 3D model import
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:638041
    • 提供者:zhaolurui
  1. Java_OpenGL

    0下载:
  2. java和openGL,入门简单例子。主要是用jogl。想用opengl,但是想用java的人使用。-java and openGL, entry simple example. Mainly used jogl. Want to use opengl, but people who want to use java to use.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-26
    • 文件大小:85641
    • 提供者:陈晓乐
  1. lesson03

    0下载:
  2. 添加颜色:作为第二课的扩展,我将叫你如何使用颜色。你将理解两种着色模式,在左图中,三角形用的是光滑着色,四边形用的是平面着色。-Port of the NeHe OpenGL Tutorial (Lesson 3: Colors) to Java using the Jogl interface to OpenGL.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:3762
    • 提供者:hatwa
  1. BigGun

    0下载:
  2. This my company for 6 months a This is done using android applic androidexample more than 130 inst openGL-es 3D cube, touch rotation android game development started Java-based ordering system androi Android chat software written f
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:146736
    • 提供者:DFang Duc
  1. android-opengljichu

    0下载:
  2. java环境下得一些android opengl的基础应用,非常适合新手练习-java environment was based on the application of some android opengl, very suitable for beginners to practice
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:478352
    • 提供者:rise
  1. javaopengl

    0下载:
  2. java开发opengl,很好的demo-java develop opengl interface
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:14395
    • 提供者:海鸟
  1. nehe_code_java

    0下载:
  2. 基于Java调用的opengl源代码实例-Java source code examples based on opengl calls
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-09
    • 文件大小:1663286
    • 提供者:wanghong
  1. java3dtest

    0下载:
  2. java3D场景,可以实现使用键盘对场景中物体的一些控制。基于java版opengl-java 3D Envirenment
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:7242
    • 提供者:he632760
  1. material

    0下载:
  2. 包括一系列基于java的opengl编程,包括机器人,地形图,镜面效果,立体效果,阴影效果,动态效果-Including a series of java based opengl programming, including robots, topographic map, mirror effect, three-dimensional effects, shadows, dynamic effects
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:7709017
    • 提供者:陈凯
  1. Graph-master

    0下载:
  2. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and t
  3. 所属分类:Java编程

    • 发布日期:2018-01-06
    • 文件大小:6144
    • 提供者:bismark10
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com